@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 .container {    width: 100%;   }
 .screen {    width: 100%;   }
 .screen-wide {    width: 100%;   }
 .screen__content {    width: 100%;   }
 .screen_dashboard {    width: 100%;   }
 .login {    width: 100%;   }
 }

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: Raleway, sans-serif;
}

body {
	background: linear-gradient(90deg, #C7C5F4, #776BCC);		
}

.container {
	
	
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
	max-width: 90%;
	
	align-items: center;
	justify-content: center;
	
}

.screen {		
	background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	position: relative;	
	height: 100%;
	width: 360px;	
	box-shadow: 0px 0px 24px #5C5696;
}

.container_login {
	display: flex;
	
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	min-width: 500px;
	max-width: 90%;
	align-items: center;
	justify-content: center;
	
}

.screen_login {		
	background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	position: relative;	
	
	width: 360px;	
	box-shadow: 0px 0px 24px #5C5696;
}

.screen-wide {		
	background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	position: relative;	
	height: 100%;
	width: 90%;	
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__content_login {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen_dashboard{
    background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	padding-bottom: 5px;
	
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__background__shapedashboard {
	width: 95%;
	left: 2.5%;
	top: 2.5%;
	margin-left:auto;
	margin-right: auto;
	background: #FFF;
	z-index: 1;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #6C63AC;	
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #5D54A4, #6A679E);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #7E7BB9;	
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}

.login {
	width: 300px;
	padding: 30px;
	padding-top: 106px;
}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}

.login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}

.login__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100px;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6A679E;
	outline: none;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}

.social-login {	
	position: absolute;
	height: 75px;
	width: 160px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-login__icon {
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;	
	text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
	transform: scale(1.5);	
}

.title_bar
{
    background: #5D54A4;
    width: 100%;
    text-align: center;
}

.title_bar ul
{
    display: inline;
    list-style: none;
}

.title_bar ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.title_bar ul li {
    padding: 0 1rem;
}

.title_bar ul li:not(:last-child) {
    border-right: 1px solid black;
}


.title_bar a {color: #fff;}

.title_bar a:hover {
  background: #fff;
  color: #1a1a1a;
}

.main_stage
{
    text-align: center;
    margin: 25px;
    padding-bottom: 50px;
}

.end_user_list, .customer_list, .session_detail_table
{
    border: 1px solid black;
    padding: 10px;
    text-align: left;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.end_user_list td, .customer_list td, .session_detail_table td
{
    border: 0px solid black;
    padding: 10px;
}

.end_user_select input
{
  display: none !important;
  border: none;
  font-family: inherit;
  font-size: inherit;
  width: auto;
}
    
.end_user_detail
{
   border: 0px solid black;
    padding: 10px;
    text-align: left;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto; 
    clear: both;
}

.end_user_detail td
{
    border: 1px solid black;
    padding: 10px;
}

.end_user_detail input
{
  
  border: none;
  font-family: inherit;
  font-size: inherit;
  width: auto;
}

.hiddenflag input
{
  display: none !important;
}

.hiddenflag 
{
  display: none !important;
}

.end_users_filter 
{
    text-align: left;
    vertical-align: middle;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.end_users_filter td
{
    border: 0px solid black;
    vertical-align: middle;
   
}

.end_user_allocations
{
    border: 0px solid black;
    padding: 10px;
    text-align: center;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto; 
    clear: both;
}

.end_user_allocations td
{
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

.end_user_allocations input
{
  font-size: 12pt;
  text-align: center;
  border: none;
  font-family: inherit;
  font-weight: bolder;
  width: 15px;
  padding: 0px;
}

.end_user_allocation_amounts
{
    font-size: 12pt;
    font-weight: bolder;
}


.dash__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}

.dash__submit:active,
.dash__submit:focus,
.dash__submit:hover {
	border-color: #6A679E;
	outline: none;
}

.session_list_select
{
    border: 0px solid black;
    padding: 10px;
    text-align: left;
    width: 150px;
    margin-left: auto;
    margin-right: auto; 
    clear: both;
}

.session_list_select td
{
    border: 0px solid black;
    padding: 10px;
}

.session_list_select input
{
  
  border: none;
  font-family: inherit;
  font-size: inherit;
  width: auto;
}

.add_session_link
{
    border: none;
  font-family: inherit;
  font-size: inherit;
  width: auto;
}

.add_session_link input
{
  display: none !important;
  border: none;
  font-family: inherit;
  font-size: inherit;
  width: auto;
}

.add_session_link
{
   border: 0px solid black;
    padding: 10px;
    text-align: left;
    
    margin-left: auto;
    margin-right: auto; 
    clear: both;
}

.customer_detail_edit input
{
  border: none;
  font-family: inherit;
  font-size: inherit;
  width: auto;
}

.customer_detail_list 
{
    border: 0px solid black;
    padding: 10px;
    text-align: left;
    min-width: 200px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.customer_detail_list td
{
    border: 0px solid black;
    padding: 3px;
}

.green {color: darkgreen; font-weight: bolder;}
.yellow {color: darkorange; font-weight: bolder;}
.red {color: darkred; font-weight: bolder;}
.grey {color: grey; font-weight: bolder;}
.lightblue {color: lightblue; font-weight: bolder;}

.link_button {
      background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
 /* text-decoration: underline; */
  cursor: pointer;
    
}

.assessment_detail_list 
{
    border: 0px solid black;
    padding: 10px;
    display: flex;
    min-width: 200px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.assessment_detail_list td:first
{
    text-align: right;
    border: 0px solid black;
    padding: 3px;
}

.assessment_detail_list td:nth-child(3) {
    padding-left: 50px;
}

.assessment_detail_list td:nth-child(1), .assessment_detail_list td:nth-child(2) {
    border: 0px solid black;
}
.assessment_detail_list_details
{
    margin-top: 15px;
    border: 0px solid black;
    padding: 10px;
/*    float: left; */
    min-width: 375px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.assessment_detail_list_details input {
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  padding: none;
  width: auto;
}

.assessment_detail_list_details td:nth-child(1) {
  text-align: right;
}

.assessment_detail_list_notes
{
    margin-top: 15px;
    border: 0px solid black;
    padding: 10px;
/*    float: right; */
    min-width: 375px;
    text-align: center;
    min-height: 170px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.assessment_detail_list_recommendations
{
    margin-top: 10px;
    border: 1px dashed black;
    padding: 10px;
    clear: both;
    min-width: 250px;
    align-items: center;
	justify-content: center;
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: center;
}

.assessment_detail_list_recommendations td:nth-child(2) input
{
    min-width: 20px;
    max-width: 25px;
    border: 1px inset black;
    border-radius: 7px;
    font-weight: bolder;
    text-align: center;
}

.assessment_detail_list_recommendations tr:nth-child(2) td:nth-child(1), .assessment_detail_list_recommendations tr:nth-child(3) td:nth-child(1), .assessment_detail_list_recommendations tr:nth-child(4) td:nth-child(1)
{
    text-align: right;
    width: 155px;
}

.assessment_detail_list_gdpr
{
    margin-top: 15px;
    border: 0px solid black;
    font-size:9pt;
    clear: both;
    min-width: 100px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    color: black;
    font-weight: bolder;
}

.assessment_detail_list_report
{
    margin-top: 15px;
    
    border: 0px dashed black;
    font-size:9pt;
    text-align: center;
    clear: both;
    min-width: 100px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    color: black;
}

.assessment_detail_grid
{
    
    min-width: 500px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.coaching_detail_list_report
{
    margin-top: 15px;
    border: 0px dashed black;
    font-size:9pt;
    text-align: center;
    clear: both;
    min-width: 100px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    color: black;
}

.center {text-align: center;}


.search 
{
    text-align: center;
    vertical-align: middle;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.search input
{
    text-align: center;
    width: 300px;
}

.search td
{
    border: 0px solid black;
    vertical-align: middle;
   
}

.search_submit {
	background: #fff;
	font-size: 14px;
	margin-top: 5px;
	padding: 8px 8px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	align-items: center;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}

.dash__submit:active,
.dash__submit:focus,
.dash__submit:hover {
	border-color: #6A679E;
	outline: none;
}

.report_selection 
{
    width: 100%;    
    margin-left: auto;
    margin-right: auto;
}

.report__submit {
	background: #fff;
	font-size: 12px;
	margin-top: 5px;
	padding: 7px 7px;
	border-radius: 20px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: inline;
	align-items: center;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}

.report__submit:active,
.report__submit:focus,
.report__submit:hover {
	border-color: #6A679E;
	outline: none;
}

.report_block
{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.search_results
{margin: auto;}

.link-button {
    background: none;
    color: blue;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
}

.link-button:hover {
    text-decoration: none;
    color: darkblue;
}


/*****************************/
/* STYLING FOR REFERRAL FORM */
/*****************************/
/* Form container */
.referral_form {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 800px;
}

/* Form table */
.form_table {
    width: 100%;
    border-collapse: collapse;
}

/* Form rows */
.form_table tr {
    margin-bottom: 15px;
}

/* Left column (label and field) */
.form_table td:first-child {
    width: 50%;
    padding-right: 10px;
    vertical-align: top;
}

/* Right column (instructions) */
.form_table td:last-child {
    width: 50%;
    padding-left: 10px;
    font-size: 0.9em;
    color: #555;
}

/* Labels */
label {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    display: block;
}

/* Inputs and Textareas */
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Textareas */
textarea {
    resize: vertical;
}

/* Submit button */
button[type="submit"] {
    background-color: #6c63ff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}

button[type="submit"]:hover {
    background-color: #574bdb;
}

/* Instructions text */
.form_instructions {
    font-style: bold;
    color: #888;
    line-height: 1.4;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .form_table td {
        display: block;
        width: 100%;
    }

    .form_table td:first-child,
    .form_table td:last-child {
        padding: 0;
    }

    button[type="submit"] {
        width: 100%;
        margin-top: 15px;
    }
}

